input,
button,
textarea {
  outline: none;
  border: none;
  padding: 5px;
  border: 1px solid #eee;
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 30px;
}

textarea {
  resize: none;
  width: 1050px;
  height: 170px;
  padding: 20px;
  padding-right: 50px;
}

main .banner {
  width: 1920px;
  margin: 0 auto;
  position: absolute;
  height: 500px;
  left: 50%;
  margin-left: -960px;
  overflow: hidden
}

main .banner ul.bb {
  position: relative;
  padding: 0px;
  margin: 0px;
  z-index: 5;
}

main .banner ul.bb li {
  position: absolute;
  display: none;
}

main .banner .num {
  position: absolute;
  bottom: 10px;
  z-index: 100;
  width: 100%;
  text-align: center
}

main .banner .num li {
  width: 12px;
  height: 12px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 4px;
  background: #fff;
  line-height: 12px;
  text-indent: -100px;
  overflow: hidden;
  border-radius: 10px;
}

main .banner .num li.num_hover {
  background-color: #fa7821;
}

main .banner .num li.num_hover a {
  color: #fff;
}

main .banner .num li a {
  float: left;
  display: inline;
  text-align: center;
  color: #666;
  text-decoration: none;
  cursor: pointer;
  width: 18px;
  height: 18px;
  line-height: 18px;
}

/*幻灯片样式2*/
#focus {
  width: 255px;
  height: 188px;
  overflow: hidden;
  position: relative;
}

#focus ul {
  height: 188px;
  position: absolute;
}

#focus ul li {
  float: left;
  width: 255px;
  height: 188px;
  overflow: hidden;
  position: relative;
  background: #000;
}

#focus ul li a img {
  height: 188px;
  width: 255px;
}

#focus ul li div {
  position: absolute;
  overflow: hidden;
}

#focus .btnBg {
  position: absolute;
  width: 255px;
  height: 20px;
  left: 0;
  bottom: 0;
  background: #000;
}

#focus .btn {
  position: absolute;
  width: 255px;
  height: 10px;
  padding: 5px 10px;
  right: 0;
  bottom: 0;
  text-align: right;
}

#focus .btn span {
  display: inline-block;
  _display: inline;
  _zoom: 1;
  width: 25px;
  height: 10px;
  _font-size: 0;
  margin-left: 5px;
  cursor: pointer;
  background: #fff;
}

#focus .btn span.on {
  background: #fff;
}









main .one {
  background-color: #f3f3f3;
  padding: 60px 0 80px 0;
}

main .one>.box {
  position: relative;
}

main .one>.box .one-l {
  position: relative;
  z-index: 2;
}

main .one>.box .one-l h3 {
  font-size: 30px;
  color: #40abf7;
  line-height: 42px;
}

main .one>.box .one-l p {
  font-size: 21px;
  color: #b2afaf;
  line-height: 45px;
}

main .one>.box .one-l h5 {
  font-size: 18px;
  color: #333;
  line-height: 35px;
}

main .one>.box .one-l h5>span {
  color: #b2afaf;
  display: inline;
}

main .one>.box .one-l span {
  font-size: 16px;
  color: #666565;
  line-height: 30px;
  display: block;
  text-indent: 16px;
}

main .one>.box .one-l ul {
  background-color: #40abf7;
  width: 774px;
  display: flex;
  padding: 17px 0;
  margin-top: 30px;
}

main .one>.box .one-l ul li {
  flex: 1;
  text-align: center;
  border-left: 1px solid #fff;
  padding-top: 3px;
}

main .one>.box .one-l ul li img {
  height: 40px;
}

main .one>.box .one-l ul li>p {
  font-size: 18px;
  color: white;
}

main .one>.box .one-l ul li:first-child {
  border: none;
}

main .one>.box .one-r {
  position: absolute;
  top: 0;
  right: 0;
}

main .one>.box .one-r img {
  height: 465px;
}

main .two>.box {
  padding-top: 75px;
}

main .two>.box .tatol {
  font-size: 40px;
  color: #000;
  text-align: center;
  position: relative;
}

main .two>.box .tatol span {
  color: #40abf7;
}

main .two>.box .tatol .t-b {
  font-size: 18px;
  font-weight: 500;
  color: #999;
  margin-top: 22px;
  height: 20px;
  line-height: 20px;
  position: relative;
  z-index: 999;
}

main .two>.box .tatol .t-b .l {
  width: 25px;
  height: 1px;
  background-color: #999;
  position: absolute;
  top: 50%;
  left: 36%;
}

main .two>.box .tatol .t-b .r {
  width: 25px;
  height: 1px;
  background-color: #999;
  position: absolute;
  top: 50%;
  right: 36%;
}

main .two>.box .tatol>img {
  z-index: -1;
  width: 200px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
}

main .two>.box .two-nav {
  margin-top: 30px;
  height: 60px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 0 352px;
}

main .two>.box .two-nav ul {
  display: flex;
}

main .two>.box .two-nav ul li {
  flex: 1;
}

main .two>.box .two-nav ul li a {
  display: block;
  font-size: 21px;
  line-height: 59px;
  text-align: center;
  box-sizing: border-box;
}

main .two>.box .two-nav ul .active a {
  background-color: #40abf7;
  color: white;
}

main .two>.box .two-main {
  padding: 32px 0 72px;
  display: flex;
  justify-content: space-between;
}

main .two>.box .two-main .left {
  width: 614px;
}

main .two>.box .two-main .left img {
  width: 100%;
}

main .two>.box .two-main .left .text {
  padding: 45px 26px 35px 30px;
  border-bottom: 6px solid #999;
  background-color: #f5fbff;
}

main .two>.box .two-main .left .text h4 {
  font-size: 21px;
  color: #40abf7;
  margin-bottom: 46px;
}

main .two>.box .two-main .left .text p {
  font-size: 16px;
  color: #808080;
  line-height: 33px;
}

main .two>.box .two-main .left .text .more {
  width: 98px;
  height: 39px;
  background: url("../images/morebg.png") no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 23px;
  margin-left: 460px;
}

main .two>.box .two-main .left .text .more a {
  display: block;
  line-height: 39px;
  text-align: center;
  font-size: 16px;
  color: #666;
}

main .two>.box .two-main .right ul {
  display: flex;
  flex-wrap: wrap;
}

main .two>.box .two-main .right ul li {
  width: 268px;
  border: 1px solid #999;
  text-align: center;
  margin-left: 20px;
  margin-bottom: 10px;
}

main .two>.box .two-main .right ul li img {
  width: 100%;
  margin-bottom: 46px;
}

main .two>.box .two-main .right ul li p {
  font-size: 18px;
  color: #999;
  margin-bottom: 26px;
}

main .two>.box .two-main .right ul li .more {
  width: 98px;
  height: 39px;
  background: url("../images/morebg.png") no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 auto 22px;
}

main .two>.box .two-main .right ul li .more a {
  display: block;
  line-height: 39px;
  text-align: center;
  font-size: 16px;
  color: #666;
}

main .two .two-b {
  height: 250px;
  background-color: #4eaef2;
}

main .two .two-b>.box {
  padding-top: 50px;
  position: relative;
}

main .two .two-b>.box .l {
  width: 505px;
}

main .two .two-b>.box .l>img {
  vertical-align: middle;
}

main .two .two-b>.box .l p {
  display: inline-block;
  vertical-align: middle;
  color: white;
  font-size: 27px;
}

main .two .two-b>.box .l p span {
  line-height: 27px;
}

main .two .two-b>.box .l p span i {
  font-size: 39px;
  text-shadow: 0 0 3px #000;
}

main .two .two-b>.box .l .line {
  border-top: 1px solid #fff;
  margin-top: 33px;
}

main .two .two-b>.box .l .num {
  margin-top: 15px;
}

main .two .two-b>.box .l .num .fuwu {
  width: 200px;
  height: 44px;
  background-color: #fff;
  border-radius: 22px;
  text-align: center;
  line-height: 44px;
  font-size: 22px;
  color: #4c4c4c;
  display: inline-block;
  vertical-align: middle;
}

main .two .two-b>.box .l .num i {
  font-size: 36px;
  color: white;
  vertical-align: middle;
  text-shadow: 0 0 3px #000;
  margin-left: 10px;
}

main .two .two-b>.box>img {
  position: absolute;
  top: -44px;
  right: -10px;
}

main .three>.box {
  padding-top: 74px;
}

main .three>.box .tatol {
  font-size: 40px;
  color: #000;
  text-align: center;
  position: relative;
}

main .three>.box .tatol span {
  color: #40abf7;
}

main .three>.box .tatol .t-b {
  font-size: 18px;
  font-weight: 500;
  color: #999;
  margin-top: 22px;
  height: 20px;
  line-height: 20px;
}

main .three>.box .three-main {
  margin-top: 30px;
}

main .three>.box .three-main .three-one {
  position: relative;
  height: 400px;
}

main .three>.box .three-main .three-one img {
  position: absolute;
  top: 0;
  left: -357px;
}

main .three>.box .three-main .three-one .three-one-r {
  padding: 70px 0 0 28px;
  width: 600px;
  height: 402px;
  position: absolute;
  top: 0;
  left: 600px;
}

main .three>.box .three-main .three-one .three-one-r .r-t .bbox {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 58px;
  height: 80px;
  border: 4px solid #999;
}

main .three>.box .three-main .three-one .three-one-r .r-t .bbox>p {
  font-size: 36px;
  color: #666464;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
}

main .three>.box .three-main .three-one .three-one-r .r-t .bbox .line {
  width: 30px;
  height: 4px;
  background-color: #40abf7;
  margin: 0 auto;
}

main .three>.box .three-main .three-one .three-one-r .r-t>p {
  display: inline-block;
  vertical-align: middle;
  width: 317px;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
  font-size: 30px;
  color: #40abf7;
  margin-left: 10px;
}

main .three>.box .three-main .three-one .three-one-r>p {
  font-size: 18px;
  color: #808080;
  line-height: 35px;
  margin-top: 20px;
  margin-left: 70px;
}

main .three>.box .three-main .three-one .three-one-r>p span {
  color: #4dadf2;
}

main .three>.box .three-main .three-two {
  position: relative;
  height: 400px;
}

main .three>.box .three-main .three-two .three-one-r {
  padding: 70px 45px 0 0;
  width: 600px;
  height: 402px;
}

main .three>.box .three-main .three-two .three-one-r .r-t .bbox {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 58px;
  height: 80px;
  border: 4px solid #999;
}

main .three>.box .three-main .three-two .three-one-r .r-t .bbox>p {
  font-size: 36px;
  color: #666464;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
}

main .three>.box .three-main .three-two .three-one-r .r-t .bbox .line {
  width: 30px;
  height: 4px;
  background-color: #40abf7;
  margin: 0 auto;
}

main .three>.box .three-main .three-two .three-one-r .r-t>p {
  display: inline-block;
  vertical-align: middle;
  width: 317px;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
  font-size: 30px;
  color: #40abf7;
  margin-left: 10px;
}

main .three>.box .three-main .three-two .three-one-r>p {
  font-size: 18px;
  color: #808080;
  line-height: 35px;
  margin-top: 20px;
  margin-left: 70px;
}

main .three>.box .three-main .three-two .three-one-r>p span {
  color: #4dadf2;
}

main .three>.box .three-main .three-two img {
  position: absolute;
  top: 0;
  left: 600px;
}

main .three>.box .three-main .three-three {
  position: relative;
  height: 400px;
}

main .three>.box .three-main .three-three img {
  position: absolute;
  top: 0;
  left: -357px;
}

main .three>.box .three-main .three-three .three-one-r {
  padding: 70px 0 0 28px;
  width: 600px;
  height: 402px;
  position: absolute;
  top: 0;
  left: 600px;
}

main .three>.box .three-main .three-three .three-one-r .r-t .bbox {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 58px;
  height: 80px;
  border: 4px solid #999;
}

main .three>.box .three-main .three-three .three-one-r .r-t .bbox>p {
  font-size: 36px;
  color: #666464;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
}

main .three>.box .three-main .three-three .three-one-r .r-t .bbox .line {
  width: 30px;
  height: 4px;
  background-color: #40abf7;
  margin: 0 auto;
}

main .three>.box .three-main .three-three .three-one-r .r-t>p {
  display: inline-block;
  vertical-align: middle;
  width: 317px;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
  font-size: 30px;
  color: #40abf7;
  margin-left: 10px;
}

main .three>.box .three-main .three-three .three-one-r>p {
  font-size: 18px;
  color: #808080;
  line-height: 35px;
  margin-top: 20px;
  margin-left: 70px;
}

main .three>.box .three-main .three-three .three-one-r>p span {
  color: #4dadf2;
}

main .three>.box .three-main .three-four {
  position: relative;
  height: 400px;
}

main .three>.box .three-main .three-four .three-one-r {
  padding: 70px 45px 0 0;
  width: 600px;
  height: 402px;
}

main .three>.box .three-main .three-four .three-one-r .r-t .bbox {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 58px;
  height: 80px;
  border: 4px solid #999;
}

main .three>.box .three-main .three-four .three-one-r .r-t .bbox>p {
  font-size: 36px;
  color: #666464;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
}

main .three>.box .three-main .three-four .three-one-r .r-t .bbox .line {
  width: 30px;
  height: 4px;
  background-color: #40abf7;
  margin: 0 auto;
}

main .three>.box .three-main .three-four .three-one-r .r-t>p {
  display: inline-block;
  vertical-align: middle;
  width: 317px;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
  font-size: 30px;
  color: #40abf7;
  margin-left: 10px;
}

main .three>.box .three-main .three-four .three-one-r>p {
  font-size: 18px;
  color: #808080;
  line-height: 35px;
  margin-top: 20px;
  margin-left: 70px;
}

main .three>.box .three-main .three-four .three-one-r>p span {
  color: #4dadf2;
}

main .three>.box .three-main .three-four img {
  position: absolute;
  top: 0;
  left: 600px;
}

main .four {
  background-color: #f8f8f8;
  padding: 75px 0;
}

main .four>.box .tatol {
  font-size: 40px;
  color: #000;
  text-align: center;
  position: relative;
}

main .four>.box .tatol span {
  color: #40abf7;
}

main .four>.box .tatol .t-b {
  font-size: 18px;
  font-weight: 500;
  color: #999;
  margin-top: 22px;
  height: 20px;
  line-height: 20px;
  position: relative;
  z-index: 999;
}

main .four>.box .tatol .t-b .l {
  width: 25px;
  height: 1px;
  background-color: #999;
  position: absolute;
  top: 50%;
  left: 34%;
}

main .four>.box .tatol .t-b .r {
  width: 25px;
  height: 1px;
  background-color: #999;
  position: absolute;
  top: 50%;
  right: 34%;
}

main .four>.box>ul {
  display: flex;
  margin-top: 38px;
}

main .four>.box>ul li {
  width: 22%;
  height: 318px;
  margin-left: 4%;
  position: relative;
}

main .four>.box>ul li img {
  width: 100%;
  height: 100%;
}

main .four>.box>ul li .p {
  width: 100%;
  height: 44px;
  background-color: #40abf7;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
}

main .four>.box>ul li:first-child {
  margin-left: 0;
}

main .four>.box>ul li:hover {
  overflow: hidden;
}

main .four>.box>ul li:hover img {
  transform: scale(1.2);
  transition: 500ms;
}

main .five>.box {
  padding: 44px 0;
}

main .five>.box .tatol {
  font-size: 40px;
  color: #000;
  text-align: center;
  position: relative;
}

main .five>.box .tatol span {
  color: #40abf7;
}

main .five>.box .tatol .t-b {
  font-size: 18px;
  font-weight: 500;
  color: #999;
  margin-top: 22px;
  height: 20px;
  line-height: 20px;
  position: relative;
  z-index: 999;
}

main .five>.box .tatol .t-b .l {
  width: 25px;
  height: 1px;
  background-color: #999;
  position: absolute;
  top: 50%;
  left: 37%;
}

main .five>.box .tatol .t-b .r {
  width: 25px;
  height: 1px;
  background-color: #999;
  position: absolute;
  top: 50%;
  right: 37%;
}

main .five>.box p {
  text-align: center;
  font-size: 16px;
  color: #4c4c4c;
  margin: 32px 0;
  line-height: 32px;
}

main .five>.box .more {
  background-color: #40abf7;
  color: white;
  font-size: 18px;
  width: 122px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin: auto;
}

main .five>.box .swiper-container {
  width: 80%;
  height: 100%;
  margin-top: 30px;
}

main .five>.box .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}

main .five>.box .swiper-slide-active,
main .five>.box .swiper-slide-duplicate-active {
  transform: scale(1);
}

main .five>.box .swiper-slide-duplicate-prev {
  z-index: 1;
}

main .five>.box .swiper-slide-next {
  z-index: 2;
}

main .five>.box .swiper-slide-active {
  z-index: 3;
}

.show {
  display: block;
  margin: auto;
}

.none {
  display: none;
}